home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / vbz01 / hotkey.bas < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  193 b   |  7 lines

  1. 'HOTKEY.DLL functions
  2. DefInt A-Z
  3.  
  4. Declare Function CreateHK& Lib "HOTKEY.DLL" (ByVal KeyCode, ByVal Shift, ByVal hWnd, ByVal UserVK)
  5. Declare Sub KillHK Lib "HOTKEY.DLL" (ByVal hHotKey&)
  6.  
  7.